object frmCoyoteAbout: TfrmCoyoteAbout Left = 360 Top = 256 Width = 390 Height = 269 BorderIcons = [biSystemMenu] Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RzLabel1: TRzLabel Left = 8 Top = 210 Width = 176 Height = 24 Caption = 'Coyote Development' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False FrameSides = [] end object sbtnClose: TRzBitBtn Left = 303 Top = 210 Width = 67 Caption = '&Close' TabOrder = 2 OnClick = sbtnCloseClick end object pnlAbout: TRzPanel Left = 0 Top = 0 Width = 376 Height = 208 BorderOuter = fsNone TabOrder = 0 object RzBorder11: TRzBorder Left = 2 Top = 2 Width = 371 Height = 198 end object imageCoyote: TImage Left = 8 Top = 11 Width = 177 Height = 180 Picture.Data = {} Stretch = True IsControl = True end object Version: TLabel Left = 202 Top = 25 Width = 47 Height = 13 Caption = 'Version:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label2: TLabel Left = 212 Top = 8 Width = 37 Height = 13 Caption = 'Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 195 Top = 42 Width = 54 Height = 13 Caption = 'Copyright' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label11: TLabel Left = 271 Top = 42 Width = 84 Height = 14 Caption = '1998, 1999, 2000' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object Label12: TLabel Left = 271 Top = 24 Width = 17 Height = 15 Caption = '3.5' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object lblProductName: TLabel Left = 271 Top = 7 Width = 55 Height = 15 Caption = 'MiniMacro' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object RzBorder8: TRzBorder Left = 233 Top = 67 Width = 82 Height = 6 BorderSides = [sdTop] end object Comments: TLabel Left = 214 Top = 75 Width = 114 Height = 15 Caption = 'Coyote Development' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object Label13: TLabel Left = 214 Top = 94 Width = 88 Height = 15 Caption = 'PO Box 220772' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object Label14: TLabel Left = 214 Top = 112 Width = 108 Height = 15 Caption = 'St. Louis, Mo 63122' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False IsControl = True end object RzBorder10: TRzBorder Left = 233 Top = 132 Width = 82 Height = 6 BorderSides = [sdTop] end object RzBorder1: TRzBorder Left = 192 Top = 3 Width = 11 Height = 196 BorderSides = [sdLeft] end object Label3: TLabel Left = 196 Top = 147 Width = 161 Height = 26 Caption = 'Latest version always available at www.Incatec.com' WordWrap = True end object pnlVersionInfo: TPanel Left = 8 Top = 8 Width = 179 Height = 185 TabOrder = 0 Visible = False object lblVersion: TLabel Left = 16 Top = 41 Width = 45 Height = 13 Caption = 'lblVersion' end object lblMajor: TLabel Left = 16 Top = 65 Width = 36 Height = 13 Caption = 'lblMajor' end object lblMinor: TLabel Left = 16 Top = 89 Width = 36 Height = 13 Caption = 'lblMinor' end object lblRelease: TLabel Left = 16 Top = 113 Width = 49 Height = 13 Caption = 'lblRelease' end object lblBuild: TLabel Left = 16 Top = 137 Width = 33 Height = 13 Caption = 'lblBuild' end object lblAppName: TLabel Left = 16 Top = 10 Width = 153 Height = 13 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end end object btnVersion: TButton Left = 231 Top = 210 Width = 67 Height = 25 Caption = 'Version' TabOrder = 1 OnClick = btnVersionClick end end